@font-face {
    font-family: 'Verdana_Bold';
    src: url(/assets/dol iframe/Verdana_Bold.ttf)
}

@font-face {
    font-family: 'Verdana_Regular';
    src: url(/assets/dol iframe/verdana.ttf)
}

@font-face {
    font-family: 'OpenSans_Regular';
    src: url(/assets/dol iframe/OpenSans-Regular.eot);
    src: url(/assets/dol iframe/OpenSans-Regular.eot?#iefix) format('embedded-opentype'), url(/assets/dol iframe/OpenSans-Regular.woff) format('woff'), url(/assets/dol iframe/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans_Bold';
    src: url(/assets/dol iframe/OpenSans-Bold.eot);
    src: url(/assets/dol iframe/OpenSans-Bold.eot?#iefix) format('embedded-opentype'), url(/assets/dol iframe/OpenSans-Bold.woff) format('woff'), url(/assets/dol iframe/OpenSans-Bold.ttf) format('truetype');
}

body {
    /* background-color: #c4d8e2; */
    background-image: url(/assets/dol iframe/ct_bg.png);
    background-repeat: no-repeat;
    background-size: 1440px 800px;
}

#chat-frame {
    background-color: white;
    width: 400px;
    height: 529px;
    /* height: calc(100vh - 44px); */
    z-index: 10;
}

/* .responsive {
    height: 560px !important;
}

.responsiveMac {
    height: calc(100vh - 150px) !important;
} */

#chat-window {
    display: none;
    -webkit-overflow-scrolling: touch;
}

#chat-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    /* background-color: #2b639e; */
}

.toggle-icon {
    background-image: url("/assets/dol iframe/toggle-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 25px;
    margin: auto 0px auto 0px;
}

.toggle-icon-open {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.close-text {
    font-size: 12px;
    font-weight: 300;
    margin: auto 0px auto 0px;
}

.btn_iconClose {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-right: 18px;
    margin-top: 8px;
    /* width: 30px; */
    float: right;
}

.header-text {
    font-size: 20px;
    margin: 7px 0px 0px 0px;
    padding-left: 68px;
    color: #ffffff;
    font-weight: normal;
}

.item-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #093552;
}

.link-icon {
    background-image: url("/assets/dol iframe/link-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 30px;
    margin: 0px auto 8px auto;
}

#main-container {
    max-height: 100%;
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    right: 20px;
    width: 360px;
    background: linear-gradient(90deg, #0078b1 0%, #0078b1 100%);
    color: white;
    font-size: 1.3rem;
    border-radius: 14px 14px 0px 0px;
    line-height: 1;
    transition: all .3s ease-out;
    cursor: pointer;
    margin-right: 1rem;
    z-index: 99999;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.headerDown {
    width: 100%;
    height: 45px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: 'OpenSans_Bold';
    padding-top: 10px;
}

.logo_img {
    height: 30px;
    width: 46px;
    float: left;
    padding-left: 16px;
    margin-top: 2px;
}

.logo_img_down {
    height: 30px;
    width: 46px;
    float: left;
    padding-left: 16px;
    margin-top: 5px;
}

.headerUp {
    width: 100%;
    height: 45px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: 'OpenSans_Bold';
    font-size: 22px;
    padding-top: 10px;
}

span.sub_head {
    font-size: 10px;
    font-family: 'OpenSans_Regular';
    margin: 2px 0px 0px 55px;
    color: #ffffff;
    display: block;
}

.icon_up {
    width: 11px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .icon_up {
        width: 24px;
    }
}

.close_icon {
    float: right;
    width: 17px;
    height: 1px;
    margin-top: 3px;
    margin-right: 26px;
    font-size: 0.7em;
    font-family: HelveticaNeue;
}

.icon_close {
    margin-top: 5px;
    position: relative;
    right: 0px;
}

.redHeader {
    height: 6px;
    background-color: #BB0000;
}

/* @media only screen and (min-width: 860px) {
  #chat-frame {
    height: 450px !important;
  } */

/* Responsive chat for 200% and small screens */

@media only screen and (max-width: 959px) {
    #main-container.open {
        width: 100%;
        height: 100%;
        margin: 0;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }
    #main-container #chat-wrapper, #main-container #chat-wrapper #chat-window, #main-container #chat-wrapper #chat-window #chat-frame {
        width: 100%;
        height: 100%;
    }
    /* .responsiveMac {
        height: calc(100vh - 44px) !important;
    } */
}

/* #ftwrap {
    margin-bottom: 100px;
} */